home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SOHO - Exploring the Sun - 2003 Update
/
SOHO - Exploring the Sun - 2003 Update.iso
/
pc
/
data
/
qtinst.dcr
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-11-07
|
257 b
|
14 lines
on exitFrame
if rollOver(2) then
set the visible of sprite 5 to 1
else
set the visible of sprite 5 to 0
end if
if rollOver(3) then
set the visible of sprite 6 to 1
else
set the visible of sprite 6 to 0
end if
go(the frame)
end